-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ci: add greenboot-rs ci #123
Conversation
name: "{{ vm_name }}" | ||
command: start | ||
become: yes | ||
delegate_to: 127.0.0.1 |
Check notice
Code scanning / devskim
Accessing localhost could indicate debug code, or could hinder scaling.
name: "{{ vm_name }}" | ||
command: destroy | ||
become: yes | ||
delegate_to: 127.0.0.1 |
Check notice
Code scanning / devskim
Accessing localhost could indicate debug code, or could hinder scaling.
command: list_vms | ||
become: yes | ||
register: all_vms | ||
delegate_to: 127.0.0.1 |
Check notice
Code scanning / devskim
Accessing localhost could indicate debug code, or could hinder scaling.
- name: delay 60 seconds after reboot to make system stable | ||
pause: | ||
seconds: 60 | ||
delegate_to: 127.0.0.1 |
Check notice
Code scanning / devskim
Accessing localhost could indicate debug code, or could hinder scaling.
SSH_USER="admin" | ||
OS_NAME="rhel-edge" | ||
IMAGE_TYPE=edge-commit | ||
PROD_REPO_URL=http://192.168.100.1/repo |
Check warning
Code scanning / devskim
An HTTP-based URL without TLS was detected.
# same address on bootup. | ||
greenprint "💡 Setup libvirt network" | ||
sudo tee /tmp/integration.xml > /dev/null << EOF | ||
<network xmlns:dnsmasq='http://libvirt.org/schemas/network/dnsmasq/1.0'> |
Check warning
Code scanning / devskim
An HTTP-based URL without TLS was detected.
}, | ||
{ | ||
"name": "source", | ||
"baseurl": "http://192.168.100.1/source/" |
Check warning
Code scanning / devskim
An HTTP-based URL without TLS was detected.
}, | ||
{ | ||
"name": "source", | ||
"baseurl": "http://192.168.100.1/source/" |
Check warning
Code scanning / devskim
An HTTP-based URL without TLS was detected.
No description provided.